Property
| Description
| Read(r), Write(w),
Bound(b),
Constrained(c)
|
busy
| Boolean. True if the ReportViewer is currently processing a command initiated by user action, method call, or property change.
| r, b
|
canCloseCurrentView
| Boolean. True if the current views tab can be closed. The initial ("Preview") tab cannot be closed. Refer to method closeCurrentView.
| r,b
|
canDrillDown
| Boolean. True if drill-down views can be opened. Normally, clicking on a hidden group in the group tree (indicated by a magnifying glass icon next to the group name) or double-clicking on a chart or map or group section in the page will open a drill-down view.
| r,w,b,c
|
currentMessage
| string. The message currently displayed in the status area of the toolbar.
| r,b
|
currentPageNumber
| int. The number of the page currently being viewed.
| r,b
|
currentTip
| string. The "tool tip" currently displayed in the status area of the toolbar. Tool tips temporarily override any message in the status area.
| r,b
|
currentViewName
| string. The name of the view whose tab is selected.
| r,b
|
exportingPossible
| Boolean. False if exporting is not possible because the user has denied the bean permission to write to the local disk.
| r
|
hasExportButton
| Boolean. True if the Export button can be made visible in the toolbar. If exporting is not possible (refer to property exportingPossible ), requests to set this property to True will be vetoed.
| r,w,b,c
|
hasGroupTree
| Boolean. If set to True then the GroupTree toggle button is made visible in the toolbar and the GroupTree can be displayed (refer to property showGroupTree).
| r,w,b,c
|
hasPrintButton
| Boolean. If True then the Print button will be visible in the toolbar. If printing is not possible (refer to property printingPossible) then requests to set this property to True will be vetoed.
| r,w,b,c
|
hasRefreshButton
| Boolean. If True then the Refresh button is visible in the toolbar.
| r,w,b,c
|
hasToolBar
| Boolean. If True then the toolbar is visible.
| r,w,b,c
|
hasTextSearch Controls
| Boolean. If True then the Text Search field and the Find Next button are visible in the toolbar.
| r,w,b,c
|
language
| string. Contains the 2 letter international Standard code for the language to be used for the user interface. Languages currently supported are:
English -- en
French -- fr
German -- de
Japanese -- ja
Italian -- it
Spanish -- es
Portuguese -- pt
| r,w,b,c
|
lastPageNumber
| int. Indicates to the highest numbered page currently available in the report. This may or may not be the final page. (refer to property lastPageNumberKnown).
| r,b
|
lastPageNumber Known
| Boolean. True if the number of the final page in the report is known. If False then there are more pages in the report than the lastPageNumber property indicates.
| r,b
|
printingPossible
| Boolean. True if printing is possible. If False then either the Java implementation doesn't support it or the user has denied the bean permission to print.
| r
|
reportName
| string. The URL of the report to be viewed. For example: http://server_name/report_dir/report.rpt Setting this property causes the ReportViewer to request page 1 of the report from the server.
| r,w,b,c
|
searchText
| string. Contains the text most recently searched for, or the text being typed by the user int to the Text Search field in the toolbar.
| r,b
|
selectionFormula
| string. The current selection formula to be used for subsequent commands. The formula is expressed in the Crystal Reports formula language. Setting this property closes all views except the initial one (the "Preview" view), discards all information cached for the report, and re-requests the current page of the report.
| r,w,b,c
|
showGroupTree
| Boolean. If True and the hasGroupTree property is True then the GroupTree will be visible.
| r,w,b,c
|